/*********************
* Calendar module style
**********************/
.mod_events_table
{
	width: 200px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #135cae;
	font: normal 12px/20px  Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;

}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{

	font: bold 12px/20px  Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #0099ff;
	border-top: 1px solid #135cae;
	border-right: 1px solid #135cae;
	border-bottom: 1px solid #135cae;

}
.mod_events_td_dayname .sunday
{
	color:red;
}
.mod_events_td_dayname .saturday
{
}
.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: #999999;
	background-color: #e7eef1;
		font: bold 11px/20px  Arial, Helvetica, sans-serif;
	border-right: 1px solid #135cae;
	border-bottom: 1px solid #135cae;
	width: 20px;
	height: 20px;
	text-align: center;

}
.mod_events_td_todaynoevents
{
	font: bold 15px/20px  Arial, Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #3399ff;
}
.mod_events_td_todaywithevents
{
	font: bold 15px/20px  Arial, Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #3399CC;
	text-decoration: underline;
}
.mod_events_td_daynoevents
{
	font: normal 11px/20px  Arial, Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	color: #000000;
	text-align: center;
	border-right: 1px solid #135cae;
	border-bottom: 1px solid #135cae;
	background-color: #D9EDF9;
}
.mod_events_td_daywithevents
{
	font-weight: bold;
	color: Black;
	background-color: #99ccff;
	border-right: 1px solid #135cae;
	border-bottom: 1px solid #135cae;
	text-decoration: underline;


}
a.mod_events_daylink:link
{
	color: Black;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: #666666;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: #DF1A37;
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: Background;
}
a.mod_events_link:link
{
	color: Black;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	font: normal 14px/20px  Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	border-left: 1px solid #135cae;
	border-top: 1px solid #135cae;
	border-right: 1px solid #135cae;
	width: 200px;
}
.mod_events_monthyear td
{
	text-align:center!important;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited, .mod_events_monthyear a.mod_events_link:visited
{
	font-weight: bold;
	color: Black;
	background-color: inherit;
	text-decoration: none;
}
